Part Number Hot Search : 
1001C 10700470 GT40WR21 MC33375 2C4957 D10SC4M 87631 ZJY51
Product Description
Full Text Search
 

To Download DS2432X-STW Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  1 of 17 219-0003; rev 9/12 features ? 1128 bits of 5v eeprom memory partitioned into four pages of 256 bits, a 64-bit write-only secret, and up to five general-purpose read/write registers ? on-chip 512-bit iso/iec 10118-3 sha-1 engine to compute 160-bit message authentication codes (macs) and to generate secrets ? write access requires knowledge of the secret and the capabil ity of computing and transmitting a 160-bit mac as authorization ? secret and data memory can be write protected (all or page 0 only) or put in eprom-emulation mode (write to 0, page 1) ? unique, factory-lasered and tested 64-bit registration number assures absolute traceability because no two parts are alike ? built-in multidrop controller ensures compatibility with other 1-wire ? net products ? reduces control, address, data, and power to a single data pin ? directly connects to a single port pin of a microprocessor and communicates at up to 15.3kbps ? overdrive mode boosts communication speed to 90.9kbps ? low-cost 6-lead tsoc surface-mount package or solder-bumped ucsp? package ? reads and writes over a wide voltage range of 2.8v to 5.25v from -40c to +85c pin configurations tsoc (150 mils) 6 nc 5 nc 4 nc gnd 1 1-wire 2 nc 3 ucsp (top view with laser mark, contacts not visible) a2 = 1-wire a3 = gnd all other bumps: nc yywwrr = date/revision ###xx = lot number refer to the package reliability report for important guidelines on qualified usage conditions. a bc 1 2 3 4 a1 mark d s2432 yywwrr # ##xx ordering information part temp range pin- package ds2432p+ -40c to +85c 6 tsoc ds2432p+t&r -40c to +85c 6 tsoc ds2432x-s+ -40c to +85c 8 ucsp (2.5k pcs, t&r) + denotes a lead(pb)-free/rohs-compliant package. t&r = tape and reel. request full data sheet at: www.maximintegrated.com/ds2432 1-wire is a registered trademark and ucsp is a trademark of maxim integrated products, inc. top view ds2432 1kb protected 1-wire eeprom with sha-1 engine abridged data sheet downloaded from: http:///
abridged data sheet ds2432 2 of 17 description the ds2432 combines 1024 bits of eepro m, a 64-bit secret, an 8-byte register/contr ol page with up to five user read/write bytes, a 512-bit sha-1 engine, and a fully-featured 1- wire interface in a single chip. each ds2432 has its own 64-bit rom registration number th at is factory lasered in to the chip to provide a guaranteed unique identity for absolute traceability. data is transferred serially via the 1-wire protocol, which requires only a single data lead and a gr ound return. the ds2432 has an additional memory area called the scratchpad that acts as a buffer when writin g to the main memory, the register page or when installing a new secret. data is first written to the scratchpad fr om where it can be read back. after the data has been verified, a copy scratchpad command will transfer the data to its final memory location, provided that the ds2432 receives a matching 160-bit mac. the comput ation of the mac involves the secret and additional data stored in the ds2432 incl uding the devices registration number. only a new secret can be loaded without providing a mac. the sha-1 engine can also be activated to compute 160-bit message authentication codes (mac) when read ing a memory page or to compute a new secret, instead of loading it. applications of the ds2432 include intellectual property securi ty, after-market management of consumables, a nd tamper-proof data carriers. overview the block diagram in figure 1 shows the relationships between the major control and memory sections of the ds2432. the ds2432 has five main data components: 1) 64-bit lasered rom, 2) 64-bit scratchpad, 3 ) four 32-byte pages of eeprom, 4) 64-bit register page, 5) 64-bit secrets memory, and 6) a 512-bit sha-1 engine (sha = secure hash algorithm). the hier archical structure of th e 1-wire protocol is shown in figure 2. the bus master must first pr ovide one of the seven rom function commands, 1) read rom, 2) match rom, 3) search rom, 4) skip rom, 5) resume co mmunication, 6) overdrive- skip rom or 7) overdrive-match rom. upon completion of an over drive rom command byte executed at regular speed, the device will enter ov erdrive mode where all subsequent communication occurs at a higher speed. the protocol required for these rom function commands is described in figure 9. after a rom function command is successfully executed, the memo ry and sha-1 functions become accessible and the master may provide any one of the seven memory function commands. the protocol for these memory function comma nds is described in figure 7 * . all data is read and written least significant bit first. * for figure 7, refer to the full version of the data sheet. downloaded from: http:///
abridged data sheet ds2432 3 of 17 ds2432 block diagram figure 1 parasite power 1-wire net 64-bit lasered rom 1-wire function control secrets memory 64 bits 64-bit scratchpad data memory 4 pages of 256 bits each crc-16 generator memory and sha-1 function control unit 512-bit secure hash algorithm engine register page 64 bits downloaded from: http:///
abridged data sheet ds2432 4 of 17 64-bit lasered rom each ds2432 contains a unique rom code that is 64 b its long. the first eight bits are a 1-wire family code. the next 48 bits are a unique serial number. the last eight bits are a crc of the first 56 bits. (see figure 3.) the 1-wire crc is generated using a polynom ial generator consisting of a shift register and xor gates as shown in figure 4. the polynomial is x 8 + x 5 + x 4 + 1. additional information about the 1-wire cyclic redundancy check is available in a pplication note 27. the shift register bits are initialized to zero. then starting with the least signi ficant bit of the family code, one bit at a time is shifted in. after the 8 th bit of the family code has been entered, then the serial number is entered. after the 48 th bit of the serial number has been entered, the sh ift register contains the crc value. shifting in the eight bits of crc should return th e shift register to all zeros. hierarchcal structure for 1-wire protocol figure 2 1-wire net other devices bus master ds2432 available commands: command level: data field affected: 1-wire rom function commands (see figure 9) ds2432-specific memory function commands (see figure 7) read rom match rom search rom skip rom resume overdrive skip overdrive match 64-bit reg. #, rc-flag 64-bit reg. #, rc-flag 64-bit reg. #, rc-flag rc-flag rc-flag rc-flag, od-flag 64-bit reg. #, rc-flag, od-flag for details see the full version of the data sheet. 64-bit lasered rom figure 3 msb lsb 8-bit crc code 48-bit serial number 8-bit family code * msb lsb msb lsb msb lsb * for the actual family code value, refer to the full version of the data sheet. downloaded from: http:///
abridged data sheet ds2432 5 of 17 1-wire crc generator figure 4 x 0 x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 polynomial = x 8 + x 5 + x 4 + 1 1 st stage 2 nd stage 3 rd stage 4 th stage 6 th stage 5 th stage 7 th stage 8 th stage input data memory map the ds2432 has four memory areas: data memory, secr ets memory, register page with special function registers and user-bytes, and a scratchpad. the data memory is organized in pages of 32 bytes. secret, register page and scratchpad are 8 bytes each. the scratchpad acts as a buffer when writing to the data memory, loading the initial secret or when writing to the register page. for fu rther details (including figure 5) refer to the full ve rsion of the data sheet. address registers and transfer status the ds2432 employs three address registers: ta1, ta 2 and e/s (figure 6). th ese registers are common to many other 1-wire devices but operate slightly differently with the ds2432. registers ta1 and ta2 must be loaded with the target address to which the da ta will be written or from which data will be read. register e/s is a read-only transfe r-status register, used to verify data integrity with write commands. since the scratchpad of the ds2432 is designed to accept data in blocks of eight bytes only, the lower three bits of ta1 will be forced to 0 and the lowe r three bits of the e/s register (ending offset) will always read 1. this indicates that all the data in th e scratchpad will be used for a subsequent copying into main memory or secret. bit 5 of the e/s register, called pf or partial byte flag, is a logic-1 if the number of data bits sent by the master is not an intege r multiple of 8 or if the data in the scratchpad is not valid due to a loss of power. a valid write to the scratchpad will clear the pf b it. bits 3, 4 and 6 have no function; they always read 1. the partial flag suppor ts the master checking the data integrity after a write command. the highest valued bit of the e/s re gister, called aa or author ization accepted, acts as a flag to indicate that the data st ored in the scratchpad has already been copied to the target memory address. writing data to the sc ratchpad clears this flag. address registers figure 6 bit # 7 6 5 4 3 2 1 0 target address (ta1) t7 t6 t5 t4 t3 t2 (0) t1 (0) t0 (0) target address (ta2) t15 t14 t13 t12 t11 t10 t9 t8 ending address with data status (e/s) (read only) aa 1 pf 1 1 e2 (1) e1 (1) e0 (1) downloaded from: http:///
abridged data sheet ds2432 6 of 17 writing with verification to write data to the ds2432, the scratchpad has to be used as intermediate storage. first the master issues the write scratchpad command to specify the desired targ et address, followed by the data to be written to the scratchpad. note that writes to data memory mu st be performed on 8-byte boundaries with the 3 lsbs of the target address (t2..t0) equal to 000b. if t2..t 0 are sent with non-zero values, the device will set these bits to zero and will write to the modified address upon comp letion of the command sequence. in addition, the entire 8-byte scratchpad will be copied to memory when commanded, therefore eight byte s of data should be written into the scratchpad to ensure that the data to be copied is known. under certain conditions (see the write scratchpad command) th e master will receive an inverted crc-16 of the command, address (actual address sent) and data at the end of the write scratchpad command sequence. note that the crc is calculated based on the actual target address sent and not the modified address in the case of a non-zero t2..t0. knowing this crc value, the master can compare it to the value it has calculated itself to decide if the communication was successful and proceed to the copy scratchpad command. if the master could not receive the c rc-16, it should send the read scratchpad command to verify data integrity. as preamble to the scratchpad data, the ds2432 repeats th e target address ta1 and ta2 and sends the contents of the e/s register. if the pf flag is set, data did not arrive correctly in the scratchpad or there was a loss of power since data was last written to the scratchpad. the master does not need to continue reading; it can start a new trial to write data to the scratchpad. similarly, a set aa flag together with a cleared pf flag indicates that the device di d not recognize the write command. if everything went correctly, both flags are cleared. now the master can continue reading and verifying every data byte. after the master has verified the data, it can send the copy scratchpad command, for example. this command must be followed exactly by the data of the three address registers ta1, ta2 and e/s. the master should obtain the contents of these registers by reading the scratchpad. memory and sha-1 function commands this section describes the commands and flow charts to use the memory and sha-1 engine of the device. it includes tables 1 to 4 and fi gure 7. please refer to the full version of the data sheet. sha-1 computation algorithm the sha-1 computation is adapted from the secure hash standard sha-1 document as it can be downloaded from the nist website (http://www.itl .nist.gov/fipspubs/fip180-1.htm). further details are found in the full version of the data sheet. 1-wire bus system the 1-wire bus is a system, which has a single bus ma ster and one or more slav es. in all instances the ds2432 is a slave device. the bus master is typically a microcontroller. the discu ssion of this bus system is broken down into three topics: hardware confi guration, transaction sequence, and 1-wire signaling (signal types and timing). a 1-wire protocol defines bus transactions in terms of the bus state during specific time slots that are initiated on the fall ing edge of sync pulses from the bus master. downloaded from: http:///
abridged data sheet ds2432 7 of 17 hardware configuration the 1-wire bus has only a single line by definition; it is important that each device on the bus be able to drive it at the appropriate time. to facilitate this, each device attached to the 1-wire bus must have open drain or 3-state outputs. the 1-wire port of the ds2432 is open drain with an internal circuit equivalent to that shown in figure 8. a multidrop bus consists of a 1-wire bus with multiple slaves attached. at regular speed the 1-wire bus has a maximum data rate of 15.3kbps. the speed can be boosted to 90.9kbps by activating the overdrive mode. the ds2432 require s a 1-wire pullup resi stor of maximum 2.2 k ? for executing any of its memory and sha-1 function commands at any speed. when communicating with several ds2432 simultaneously, e.g., to install the same secret in several devices , the resistor should be bypassed by a low-impe dance pullup to v pup while the device transfers data from the scratchpad to the eeprom. the idle state for the 1-wire bus is high. if for any reason a transaction needs to be suspended, the bus must be left in the idle state if th e transaction is to resume. if this does not occur and the bus is left low for more than 16 s (overdrive speed) or more th an 120 s (regular speed), one or more devices on the bus may be reset. hardware configuration figure 8 open drain port pin rx = receive tx = transmit 100 ? mosfet v pup rx tx tx rx data r pup bus master ds2432 1-wire port i l transaction sequence the protocol for accessing the ds2432 via the 1-wire port is as follows: ? initialization ? rom function command ? memory or sha-1 function command ? transaction/data initialization all transactions on the 1-wire bus begin with an initialization sequence. the initialization sequence consists of a reset pulse transmitted by the bus master followed by presence pulse(s) transmitted by the slave(s). the presence pulse lets the bus master know that the ds2432 is on the bus and is ready to operate. for more details, see the 1-wire signaling section. downloaded from: http:///
abridged data sheet ds2432 8 of 17 rom function commands once the bus master has detected a presence, it can issue one of the seven rom function commands that the ds2432 supports. all rom function commands are ei ght bits long. a list of these commands follows (refer to flowchart in figure 9): read rom [33h] this command allows the bus master to read th e ds2432s 8-bit family code, unique 48-bit serial number, and 8-bit crc. this command should only be used if there is a singl e slave on the bus. if more than one slave is present on the bus, a data collision will occur when all slaves try to transmit at the same time (open drain will produce a wired-and result). the resultant family code and 48-bit serial number read by the master will be invalid. match rom [55h] the match rom command, followed by a 64-bit registration number, allows the bus master to address a specific ds2432 on a multidrop bus. only the ds2432 that exactly matches the 64-bit registration number will respond to the following memory func tion command. all other slaves will wait for a reset pulse. this command can be used with a single or multiple devices on the bus. search rom [f0h] when a system is initially brough t up, the bus master might not know the number of devices on the 1-wire bus or their 64-bit regist ration numbers. the search rom comma nd allows the bus master to use a process of elimination to identify the 64-bit number s of all slave devices on the bus. the search rom process is the repetiti on of a simple 3-step routine: read a bit, read the complement of the bit, then write the desired value of that bit. the bus master performs this 3-step routine on each bit of the regist ration number. after one complete pass, the bus master knows the 64-bit number of one device. additional passes will identify the registration numbers of the remaining devices. refer to application note 187 for a detailed discussion of a search ro m, including an actual example. skip rom [cch] this command can save time in a single drop bus system by allowing the bus master to access the memory and sha-1 functions without providing the 64-bi t registration number. if more than one slave is present on the bus and, for example, a read command is issued following the skip rom command, data collision will occur on the bus as multiple slaves transmit simultaneously (open-drain pulldowns will produce a wired-and result). overdrive skip rom [3ch] on a single-drop bus this command can save time by a llowing the bus master to access the memory and sha-1 functions without providing the 64-bit re gistration number. unlike the normal skip rom command the overdrive skip rom sets the ds2432 in the overdrive mode (od = 1). all communication following this command code has to occur at overdrive speed until a reset pulse of minimum 480 s duration resets all devices on the bus to regular speed (od = 0). when issued on a multidrop bus this command will se t all overdrive-supporting devices into overdrive mode. to subsequently address a sp ecific overdrive-supporting device, a reset pulse at overdrive speed has to be issued followed by a match rom or search rom command sequence. this will speed up the search process. if more than one overdrive-supporti ng slave is present on the bus and the overdrive skip rom command is followed by a read command, data co llision will occur on the bus as multiple slaves transmit simultaneously (open drain pull downs will produce a wired-and result). downloaded from: http:///
abridged data sheet ds2432 9 of 17 rom functions flow chart figure 9 from figure 9 2 nd part to memory and sha-1 functions flow chart (figure 7) master tx bit 0 master tx bit 63 master tx bit 1 bit 63 match ? rc = 0 ds2432 tx bit 0 ds2432 tx bit 0 master tx bit 0 ds2432 tx bit 1 ds2432 tx bit 1 master tx bit 1 ds2432 tx bit 63 ds2432 tx bit 63 master tx bit 63 rc = 1 bit 1 match ? bit 0 match ? y n y n y n bit 63 match ? rc = 0 rc = 1 bit 1 match ? bit 0 match ? y n y n y n rc = 0 ds2432 tx crc byte ds2432 tx serial number (6 bytes) ds2432 tx family code (1 byte) rc = 0 to figure 9 2 nd part n f0h search rom command ? n 55h match rom command ? n cch skip rom command ? y y y y n 33h read rom command ? to figure 9 2 nd part bus master tx rom function command ds2432 tx presence pulse od reset pulse ? n y od = 0 bus master tx reset pulse from figure 9, 2 n d par t from memory and sha-1 functions flow chart (figure 7) downloaded from: http:///
abridged data sheet ds2432 10 of 17 rom functions flow chart (continued) figure 9 to figure 9 1 st part from figure 9 1 st part from figure 9 1 st part to figure 9, 1 s t part y n a5h resume command ? rc = 1 ? y n 3ch overdrive skip rom ? rc = 0 ; od = 1 master tx reset ? y n n y master tx reset ? n y master tx bit 0 master tx bit 63 master tx bit 1 bit 63 match ? rc = 0 ; od = 1 rc = 1 bit 1 match ? y n y n bit 0 match ? y n y n 69h overdrive match rom ? downloaded from: http:///
abridged data sheet ds2432 11 of 17 overdrive match rom [69h] the overdrive match rom command, followed by a 64-bi t registration number transmitted at overdrive speed, allows the bus master to address a specific ds2432 on a multidrop bus and to simultaneously set it in overdrive mode. only the ds2432 that exactly matches the 64-bit number will respond to the subsequent memory or sha-1 function command. slav es already in overdrive mode from a previous overdrive skip or a successful overdrive match command will remain in overdrive mode. all over- drive-capable slaves will return to regular sp eed at the next reset pulse of minimum 480 s duration. the overdrive match rom command can be used with a single or multiple devices on the bus. resume command [a5h] in a typical application the ds2432 n eeds to be accessed several times to write a full 32-byte page. in a multidrop environment this means that the 64-bit regi stration number of a ma tch rom command has to be repeated for every access. to maximize the data throughput in a multidrop environment the resume command function was implemented. th is function checks the status of the rc bit and, if it is set, directly transfers control to the memory and sha-1 functi ons, similar to a skip rom command. the only way to set the rc bit is through successfully executing the match rom, search rom or overdrive match rom command. once the rc bit is set, the devi ce can repeatedly be accessed through the resume command function. accessing another device on the bus will clear the rc bit, preventing two or more devices from simultaneously respondi ng to the resume command function. 1-wire signaling the ds2432 requires strict protocols to ensure data integrity. the protocol consists of f our types of sig- naling on one line: reset sequence with reset pulse and presence pulse, write 0, write 1 and read da ta. except for the presence pulse the bu s master initiates a ll these signals. the ds 2432 can communicate at two different speeds, regular speed and overdrive spee d. if not explicitly set into the overdrive mode, the ds2432 will communicate at regular speed. while in overdrive mode the fast timing applies to all waveforms. the initialization sequence required to begin any communication with th e ds2432 is shown in figure 10. a reset pulse followed by a presence pulse indicates the ds2432 is ready to send or receive data. the bus master transmits (tx) a reset pulse (t rstl , minimum 480 s at regular speed, 48 s at overdrive speed). the bus master then releases the line and goe s into receive mode (rx). the 1-wire bus is pulled to a high state via the pullup resist or. after detecting the rising edge on the data pin, the ds2432 waits (t pdh , 15-60 s at regular speed, 2-6 s at overdriv e speed) and then transmits the presence pulse (t pdl , 60-240 s at regular speed, 8-24 s at overdrive speed ). a reset pulse of 480 s or longer will exit the overdrive mode returning the device to regular speed. if th e ds2432 is in overdriv e mode and the reset pulse is no longer than 80 s the device will remain in overdrive mode. downloaded from: http:///
abridged data sheet ds2432 12 of 17 initialization procedure r eset and prese nce pulses figure 10 v pullup v pullup min v ih min v il ma x 0 v resistor master ds2432 t r t rstl t pdl t rsth t pdh master tx reset pulse master rx presence pulse read/write time slots the definitions of write and read time slots are illustra ted in figure 11. the master initiates all time slots by driving the data line low. the falling edge of th e data line synchronizes th e ds2432 to the master by triggering an internal dela y circuit. during write time slots, the de lay circuit determines when the ds2432 will sample the data line. for a read data time sl ot, if a 0 is to be transmitted, the delay circuit determines how long the ds2432 will hold the data line lo w. if the data bit is a 1, the ds2432 will not hold the data line low at all. read/write timing diagram figure 11 write-one time slot v pullup v pullup min v ih min v il ma x 0 v t low1 15 s (od: 2 s) 60 s (od: 6 s) ds2432 sampling window t rec t slot resistor master write-zero time slot v pullup v pullup min v ih min v il ma x 0 v resistor master t low0 15 s (od: 2 s) 60 s (od: 6 s) ds2432 sampling window t rec t slot downloaded from: http:///
abridged data sheet ds2432 13 of 17 read/write timing diagram figure 11 (continued) read-data time slot v pullup v ih min v pullup min v il max 0v t lowr t rec t slot master * sampling window t su t rdv t release resistor master ds2432 *the optimal sampling point for the master is as close as possible to the end time of the t rdv period without exceeding t rdv . for the case of a read-one time slot, th is maximizes the amount of time for the pullup resistor to recover the line to a high level. for a read-zero time slot it ensures that a read will occur before the fastest 1-wire device releases the line (t release = 0). crc generation with the ds2432 there are two different types of crcs (cyclic redundancy checks). one crc is an 8-bit type. it is computed at the factory and lasere d into the most significant byte of the 64-bit rom. the equivalent polynomial function of this crc is x 8 + x 5 + x 4 + 1. to determine whether the rom data has been read without error the bus master can compute the crc value from the first 56 bits of the 64-bit rom and compare it to the value read from the ds 2432. this 8-bit crc is received in the true form (non-inverted) when reading the rom. the other crc is a 16-bit type, wh ich is used for erro r detection with memory and sha-1 function commands. for details (including fi gure 12), refer to the full ve rsion of the data sheet. downloaded from: http:///
abridged data sheet ds2432 14 of 17 absolute maxi mum ratings voltage range on any pin relative to ground -0.5v to +5.5v operating temperature range -40 ? c to +85 ? c storage temperature range -55 ? c to +125 ? c lead temperature (tsoc only; soldering, 10s) +300 ? c soldering temperature (reflow) +260 ? c this is a stress rating only and functional ope ration of the device at these or any ot her conditions above those indicated in t he operation sections of this specification is not implied. exposure to absolute maximum ra ting conditions for extended periods of time may affect reliability. dc electrical characteristics (t a = -40c to +85c.) parameter symbol min typ max units notes 1-wire pullup voltage v pup 2.8 5.25 v 1, 2 1-wire input high v ih 2.2 v 1, 3 1-wire input low v il -0.3 0.3 v 1 1-wire output low at 4ma v ol 0.4 v 1 input load current i l 5 ? a 4 programming current i lprog 500 ? a 5, 6 sha-1 computation current i csha refer to the full version of data sheet. capacitance (t a = +25c.) parameter symbol min typ max units notes 1-wire i/o c in/out 100 800 pf 7 eeprom (v pup = 5.0v, t a = +25c.) parameter symbol min typ max units notes write/erase cycles n cycle 50k data retention (at 85c) t dret 10 years ac electrical characteristics: regular speed (v pup = 2.8v to 5.25v, t a = -40c to +85c.) parameter symbol min typ max units notes time slot t slot 60 120 ? s write 1 low time t low1 1 15 ? s write 0 low time t low0 60 120 ? s read low time t lowr 1 15 ? s read data valid t rdv 15 ? s 8 release time t release 0 15 45 ? s read data setup t su 1 ? s 9 recovery time t rec 5 ? s 10 reset high time t rsth 480 ? s reset low time t rstl 480 ? s 11 presence detect high t pdhigh 15 60 ? s 12 presence detect low t pdlow 60 240 ? s 12 programming time t prog 10 ms sha-1 computation time t csha refer to the full version of data sheet. downloaded from: http:///
abridged data sheet ds2432 15 of 17 ac electrical characteri stics: overdrive speed (v pup = 2.8v to 5.25v, t a = -40c to +85c.) parameter symbol min typ max units notes time slot t slot 6 16 s write 1 low time t low1 1 2 s write 0 low time t low0 6 16 s read low time t lowr 1 2 s read data valid t rdv 2 s 8 release time t release 0 1.5 4 s read data setup t su 1 s 9 recovery time t rec 5 s 10 reset high time t rsth 48 s reset low time t rstl 48 80 s presence detect high t pdhigh 2 6 s presence detect low t pdlow 8 24 s programming time t prog 10 ms sha-1 computation time t csha refer to the full version of data sheet. notes: 1. all voltages are referenced to ground. 2. v pup = external pullup voltage, see figure 8. 3. v ih is a function of the external pullup resistor and v pup . 4. input load is to ground. 5. during write operations to the eeprom the voltage on the 1-wire bus must not fall below 2.8v. 6. guaranteed by design, not production tested. 7. capacitance on the data pin could be 800 pf wh en power is first applied. once the parasite capacitance is charged, it does not affect normal communication. 8. the optimal sampling point for the master is as close as possible to the end time of the t rdv period without exceeding t rdv . for the case of a read-one time slot, this maximizes the amount of time for the pullup resistor to recover the lin e to a high level. for a read-zero time slot it ensures that a read will occur before the fastest 1-wire device releases the line (t release = 0). 9. read data setup time refers to the time the host must pull the 1-wire bus low to read a bit. data is guaranteed to be valid within 1 s of this falling edge. 10. applies to a single device attached to a 1- wire line and a pullup resistor of maximum 2.2k ? . 11. the reset low time (t rstl ) should be restricted to a maximum of 960s, to allow interrupt signaling, otherwise, it could mask or conceal interrupt pulses. 12. the first presence pulse after pow er-up could be outside the t pdhighmax to (t pdhighmin + t pdlowmin ) interval, but will be complete within 2ms after power-up. downloaded from: http:///
abridged data sheet ds2432 16 of 17 package information for the latest package outline informati on and land patterns (footprints), go to www.maximintegrated.com/packages . note that a +, #, or - in the package code indicates rohs status only. package drawings may show a different suffix charact er, but the drawing pertains to the package regardless of rohs status. package type package code ou tline no. land pattern no. 6 tsoc d6+1 21-0382 90-0321 8 ucsp br823+1 21-0373 refer to application note 1891 downloaded from: http:///
abridged data sheet ds2432 17 of 17 maxim cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a maxim product. no circu it patent licenses are implied. maxim reserves the right to change the circuitry and specifications without notice at any time. the parame tric values (min and max li mits) shown in the electrical characteristics table are guaranteed. other parametric val ues quoted in this data sheet are provided for guidance. maxim integrated 160 rio robles, san jose, ca 95134 usa 1-408-601-1000 ? 2012 maxim integrated the maxim logo and maxim i ntegrated are trademarks of maxim integrated products, inc. revision history revision date description pages changed 040907 initial release. removed the leaded parts from the ordering information table and corrected package name from ? csp to ucspr. 1 removed 64-bit registration number from overdrive skip rom in figure 2. 4 removed reference to tamper dete ct register (doe s not exist). 7 in figure 8, changed 5 ? a typ to i l . 7 in the dc electrical characteristics table, added the 1-wire pullup voltage parameter (v pup ) (moved from the headlin e into the table) and removed the 1-wire output high parameter (v oh ). in the eeprom table, added (at +85 ? c) to the data retention parameter. 14 added package information section. 16 060608 minor nontechnical corrections to the text (various pages). 1, 2, 4, 8, 15 electrical characteristics table: t recmin changed from 1s to 5s (regular speed) and 2s (overdrive speed); v ilmax changed from tbd to 0.3v; sha-1 computation current added. 14, 15 ucsp package outline deleted; see section package information to access the latest drawing. 16 typo- and style corrections various pages 2/10 original note 8 deleted from ec table notes and remaining notes renumbered to conform to style guide. 14, 15 deleted ds2432x+ from the ordering information table. 1 updated the soldering information and added the lead temperature to the absolute maximum ratings. 14 added note 12 to ac electrical characteristics: regular speed table parameters t pdhigh and t pdlow. 14 revised the electrical characteristics tables note 7. 15 3/12 added the land pattern column to the package information table. 16 9/12 changed overdrive communication spee d from 125kbps to 90.9kbps; changed overdrive t recmin from 2s to 5s and updated th e overdrive speed accordingly; reworded note 10. 1, 7, 15 downloaded from: http:///


▲Up To Search▲   

 
Price & Availability of DS2432X-STW

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X